{gridName}_single_date

定义在 id='start_date' 或 id='end_date' 列中日期的显示方式

dateDate需要格式化的日期

Available only in PRO Edition

Example

scheduler.templates.grid_single_date = function(date){
    return scheduler.templates.day_date(date)+" "+this.event_date(date);
};

Applicable views:Grid 视图
Details

该模板在启用 grid_view 插件时生效。

See also
返回顶部